hideFabButton method

Future<void> hideFabButton()

Implementation

Future<void> hideFabButton() async {
  await methodChannel.invokeMethod("hideFabButton");
}