dispose method

Future<Map<String, dynamic>> dispose(
  1. int platformViewId
)

PlatformView移除不用时,通知原生端释放资源

Implementation

Future<Map<String, dynamic>> dispose(int platformViewId) async {
  throw UnimplementedError('dispose() has not been implemented.');
}