getAllUpiApps method

  1. @override
Future<List> getAllUpiApps()
override

Implementation

@override
Future<List<dynamic>> getAllUpiApps() async {
  final List<dynamic> apps =
      await methodChannel.invokeMethod('getAllUpiApps');
  return apps;
}