supabaseTableKeyFromNodeId static method
Extract the table key from a Supabase table node ID. Returns null if the node ID is not a Supabase table node.
Implementation
static String? supabaseTableKeyFromNodeId(String nodeId) =>
_supabaseTable.extractKey(nodeId);