showInstallPrompt method

  1. @override
void showInstallPrompt()
override

Implementation

@override
void showInstallPrompt() {
  _methodChannel.invokeMethod('showInstallPrompt');
}