methodChannel property

MethodChannel methodChannel
final

Method channel dùng để giao tiếp với nền tảng native.

Implementation

final methodChannel = const MethodChannel(
  'dev.vannghia/device_security_guard',
);