isSupported method

Future<bool> isSupported()

Whether launching store listing at all is supported;

Implementation

Future<bool> isSupported() async {
  return Platform.isAndroid || Platform.isIOS;
}