getMainThreadLooperPointer method

Future<Map<String, dynamic>> getMainThreadLooperPointer()
inherited

内部接口

注意: 该接口仅在安卓平台支持

Implementation

Future<Map<String, dynamic>> getMainThreadLooperPointer() {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}