nextSource method

  1. @override
Future<void> nextSource()
override

Change the next source in the sources index

Implementation

@override
Future<void> nextSource() async {
  await methodChannel.invokeMethod("nextSource");
}