class Fastlane::Helper::FlutterBuildIncrementHelper
Public Class Methods
show_message()
click to toggle source
class methods that you define here become available in your action as `Helper::FlutterBuildIncrementHelper.your_method`
# File lib/fastlane/plugin/flutter_build_increment/helper/flutter_build_increment_helper.rb, line 11 def self.show_message UI.message("Hello from the flutter_build_increment plugin helper!") end