@override Future<bool> canRequestPackageInstalls() async { return await methodChannel.invokeMethod<bool>( 'canRequestPackageInstalls', ) ?? false; }