@override Future<void> closeSource(String id) { return _methodChannel.invokeMethod<void>(Constants.closeSource, id); }