toggle method

Future<bool> toggle()

Implementation

Future<bool> toggle() {
  return FlashLightPlatform.instance.toggle();
}