other_activity method

Future<void> other_activity()

Implementation

Future<void> other_activity() async {
    final String? version = await _channel.invokeMethod('radio');
   print("Working 2");
  }