static Future<void> startAnnotation(String streamId) async { await _channel.invokeMethod('startAnnotation', { 'streamId': streamId, }); }