getArchitecture static method

Future<String> getArchitecture()

Returns the architecture of this device.

Implementation

static Future<String> getArchitecture() async {
  return await _platform.invokeMethod('getArchitecture');
}